github.com/refraction-networking/utls.halfConn.err (field)

10 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L175: 	err     error  // first permanent error
		conn.go#L201: 		hc.err = &permanentError{err: e}
		conn.go#L203: 		hc.err = err
		conn.go#L205: 	return hc.err
		conn.go#L614: 	if c.in.err != nil {
		conn.go#L615: 		return c.in.err
		conn.go#L1226: 	if err := c.out.err; err != nil {
		conn.go#L1604: 			if !errors.As(c.out.err, &a) {
		u_conn.go#L408: 			if !errors.As(c.out.err, &a) {
		u_conn.go#L447: 	if err := c.out.err; err != nil {